projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76de045
)
(Frecenter): Don't set force_start flag.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jun 2002 08:44:11 +0000
(08:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jun 2002 08:44:11 +0000
(08:44 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index a63b91f7663f633d28a7fca1523c38bed759433c..ee9cc610bb02f076d51eeb9c8514bcf9f107552f 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-4781,7
+4781,11
@@
and redisplay normally--don't erase and redraw the frame. */)
/* Set the new window start. */
set_marker_both (w->start, w->buffer, charpos, bytepos);
w->window_end_valid = Qnil;
+#if 0 /* This is wrong because the whole idea is that point is
+ on the screen. If it moves away before redisplay,
+ we should not override that. */
w->force_start = Qt;
+#endif
if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')
w->start_at_line_beg = Qt;
else